home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / text / misc / JChar.lha / jchar.note < prev   
Text File  |  1999-04-08  |  2KB  |  45 lines

  1.  
  2. Program: jchar.c
  3. Version: 3.0
  4. Date:    July 1, 1993
  5. Author:  Ken R. Lunde, Adobe Systems Incorporated
  6.   EMAIL: lunde@mv.us.adobe.com
  7.   MAIL : 1585 Charleston Road, P.O. Box 7900, Mountain View, CA 94039-7900
  8. Type:    A tool for generating various Japanese character sets.
  9. Code:    ANSI C (portable)
  10.  
  11. PORTABILITY:
  12. This source code was written so that it would be portable on C compilers which
  13. conform to the ANSI C standard. It has been tested on a variety of compilers.
  14.  
  15. I used THINK C and GNU C as my development platforms. I left in the Macintosh-
  16. specific lines of code so that it would be easier to enhance/debug this tool
  17. later. For those of you who wish to use this tool on the Macintosh, simply
  18. add the ANSI library to the THINK C project, and then build the application.
  19. Be sure that THINK_C has been defined, though, as the conditional compilation
  20. depends on it. You then have a double-clickable application, which when
  21. launched, will greet you with a Macintosh-style interface.
  22.  
  23. DISTRIBUTION AND RESTRICTIONS ON USAGE:
  24.  1) Please give this source code away to your friends at no charge.
  25.  2) Please try to compile this source code on various platforms to check for
  26.     portablity, and please report back to me with any results be they good or
  27.     bad. Suggestions are always welcome.
  28.  3) This source code or a compiled version may be bundled with commercial
  29.     software as long as the author is notified beforehand. The author's name
  30.     should also be mentioned in the credits.
  31.  4) Feel free to use any of the algorithms for your own work. Many of them are
  32.     being used in other tools I have written.
  33.  5) The most current version can be obtained by requesting a copy directly
  34.     from me.
  35.  
  36. DESCRIPTION:
  37.  1) Supports Shift-JIS, EUC, New-JIS, Old-JIS, and NEC-JIS codes for output.
  38.  2) This tool generates half-width katakana in both Shift-JIS and EUC codes.
  39.  3) The printable ASCII character set, the 1945 Joyo Kanji, the 284
  40.     Jinmei-yo Kanji, and the 1006 Gakushu Kanji can be generated.
  41.  4) In the case of JIS X 0208-1990, the row number is given before the row.
  42.  5) In the case of Gakushu Kanji, the list is separated into the 6 grade
  43.     levels.
  44.  6) One can choose whether to have the text wrap, and at how many columns.
  45.